Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
IKeyedList<TItem,TKey> Interface Members
The following tables list the members exposed by IKeyedList<TItem,TKey>.
Public Properties
| Name | Description |
 | Count | Returns the number of items in the collection. |
 | Item | Overloaded. Returns the item in the list with the specified key |
Public Methods
| Name | Description |
 | Clear | Clears the contents of the collection. |
 | ContainsKey | Indicates if an item with the specified key exists within the collection. |
 | IndexOfKey | Returns the index of the item with the specified key. |
 | TryGetItem | Gets the item with the specified key |
See Also